home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14548 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: daily-planet.execpc.com!earth!zieman
  2. From: zieman@earth.execpc.com (Glenn Zieman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Understanding pointers
  5. Date: 15 Apr 1996 19:16:34 GMT
  6. Organization: Exec-PC
  7. Message-ID: <4ku7ai$c3a@daily-planet.execpc.com>
  8. References: <Barron.K.Herrington.21.01DF12CE@tek.com> <31728815.4716@ornl.gov>
  9. NNTP-Posting-Host: earth-le1.execpc.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jay Flaherty (fty@ornl.gov) wrote:
  13. : Barron Herrington wrote:
  14. : > 
  15. : > I need help understanding pointers, I understand variables and have the
  16. : > concept of pointers, but I can't seem to get it into code.  Any quick
  17. : > explanation or easy projects or easy short program examples would be greatly
  18. : > appreciated.
  19. : > 
  20. : > Thanks Barron
  21. : Use archie and search for snip9510.zip. It is a huge file of C code snippets. 
  22. : There is a file called ptrtutor.txt that gives, in my opinion, the best tutorial 
  23. : on pointers. It is written by Ted Jenson. If you need help locating it, let me 
  24. : know...Jay
  25. : -- 
  26.  
  27. If you have WWW, try 
  28. http://www.strangeconnections.com/strange/library/index.html,  There you 
  29. will find 2 tutorials on pointers, a beginners and more advance on.  
  30. There is also examples listed in the index.
  31.  
  32.